home *** CD-ROM | disk | FTP | other *** search
- @import url("../main.css");
- /*############Incoming Bubble########## */
-
- .incomingItem .timeStamp {
- color:#d2d2d2;
- }
-
- .outgoingItem .timeStamp {
- color:#f8b1b1;
- }
-
- .incomingItem {
- background:url("../images/steelBackground.gif") repeat-y top right;
- }
-
- .incomingItem .bubbleHeading {
- background:url("../images/steelCurves.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleHeading div {
- background:url("../images/steelCurves.gif") no-repeat top right;
- }
-
- .incomingItem .bubbleIndicator {
- background:url("../images/steelIndicator.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleFooting {
- background:url("../images/steelCurves.gif") no-repeat bottom left;
- }
-
- .incomingItem .bubbleFooting div {
- background:url("../images/steelCurves.gif") no-repeat bottom right;
- }
-
- .incomingItem .response {
- background:url("../images/steelBackground.gif") repeat-y top left;
- }
-
- .incomingItem .followUp {
- color:#ececec;
- background-color:#ececec;
- border-bottom:1px solid #fff;
- }
-
-
- /*############Outgoing Bubble########## */
-
- .outgoingItem {
- background:url("../images/redBackground.gif") repeat-y top right;
- }
-
- .outgoingItem .bubbleHeading {
- background:url("../images/redCurves.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleHeading div {
- background:url("../images/redCurves.gif") no-repeat top right;
- }
-
- .outgoingItem .bubbleIndicator {
- background:url("../images/redIndicator.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleFooting {
- background:url("../images/redCurves.gif") no-repeat bottom left;
- }
-
- .outgoingItem .bubbleFooting div {
- background:url("../images/redCurves.gif") no-repeat bottom right;
- }
-
- .outgoingItem .response {
- background:url("../images/redBackground.gif") repeat-y top left;
- }
-
- .outgoingItem .followUp {
- color:#ffdada;
- background-color:#ffdada;
- border-bottom:1px solid #fff;
- }
-